Authorization Endpoint
Authorization Server
が提供する
エンドポイント
。
Authorization Code Grant
でいうところの、ログイン画面を出して、同意を取るやつ。→
コンセント画面
最終的に
Client
に
Authorization Code
を発行する。
パラメタ
Client
が
User-Agent
をリダイレクトさせてアクセスするので、GETパラメタになる。
table:パラメタ一覧
response_type
code
という値固定。
Authorization Code
の発行を要求する、という意味。
client_id 事前登録された
Client ID
。
state
User-Agent
に対応するランダムな値。セッションと紐付けてCSRFを防ぐためのもの。
scope
Client
が要求する
Scope
の値。
redirect_uri 事前登録された
Redirect Endpoint
。